home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / doom / phaze15.zip / PHAZE.DOC < prev    next >
Text File  |  1996-08-25  |  6KB  |  174 lines

  1.       ┌─────┐ ┌─┐ ┌─┐ ┌──────┐ ┌─────┐ ┌─┐    ┌─────┐
  2.       │ ┌─┐ │ │ │ │ │ │ ┌──┐ │ │ ┌─┐ │ │ │    │ ┌───┘
  3.       │ └─┘ │ │ │ │ │ │ └──┘ │ │ └─┘ │ │ │    │ └─┐
  4.       │ ┌───┘ │ │ │ │ │ ┌─┐ ┌┘ │ ┌───┘ │ │    │ ┌─┘
  5.       │ │     │ └─┘ │ │ │ │ └┐ │ │     │ └──┐ │ └───┐
  6.       └─┘     └─────┘ └─┘ └──┘ └─┘     └────┘ └─────┘
  7.                                         ┌─┐ ┌─┐ ┌──────┐ ┌─────┐ ┌─────┐
  8.                                         │ │ │ │ │ ┌──┐ │ └──┐  │ │ ┌───┘
  9.                                         │ └─┘ │ │ └──┘ │  ┌─┘ ┌┘ │ └─┐
  10.                                         │ ┌─┐ │ │ ┌──┐ │ ┌┘ ┌─┘  │ ┌─┘
  11.                                         │ │ │ │ │ │  │ │ │  └──┐ │ └───┐
  12.       v1.5                              └─┘ └─┘ └─┘  └─┘ └─────┘ └─────┘
  13. --------------------------------------------------------------------------------
  14.  
  15.                     *Documentation for Purple Haze Bar*
  16.  
  17. *****Note below for clean mode information for the Purple Haze!
  18.  
  19. ------------
  20. Introduction
  21. ------------
  22.  
  23.    The Purple Haze is a IGM for Seth Able's Legend of the Red Dragon.
  24.    It was writen completely in QuickBasic 4.5 using the QWK-IGM quicktime
  25.    library.
  26.  
  27.    This IGM produced with QWK-IGM, a product of Ballistic Labs,Ltd.
  28.  
  29.    The Purple Haze is a LORD IGM that has it all.  You can play Black Jack,
  30.    Train, Flirt, Converse, Drink, Eat, and much much more.  You can even
  31.    go to the bathroom.  Plus, you can start a brawl.  One special feature
  32.    is that there are special events that happen to you randomly.  
  33.    We have also added a "View your stats" and a healer, and clean mode.
  34.  
  35.    New to 1.5:  New menus have been added and I changed the brawl to make it
  36.    more fun.
  37.  
  38. ****Important notice of clean mode!
  39.    We also added a clean mode.  If you set LORD to clean mode, the purple haze
  40.    will detect this and will take out the drugs, dates, the use of hell,
  41.    flirting and a few minor things that may offend some poeple.  I changes
  42.    them to be cleaner.
  43.  
  44. ------------
  45. System needs
  46. ------------
  47.  
  48.    Of course, you need a version of Legend of the Red Dragon by Seth Able.
  49.    The version we tested this on was v1.55.  I ran it under Win95 and it
  50.    should run well under DOS.  This software does support any modem and
  51.    can be set at any IRQ or COM port.  Also FOSSIL drivers are supported.
  52.    (See FOSSIL.DOC for more info on fossil driver problems.)
  53.  
  54.  
  55. ---------------
  56. Just a reminder
  57. ---------------
  58.  
  59.    Changing the commandline parameters in LORD's 3RDPARTY.DAT and/or changing
  60.    the QWKIGM.DAT is not suggested for beginers.  These should be set up
  61.    by the install program and you shouldn't need to change them.
  62.  
  63.  
  64. ----------------------
  65. Commandline parameters
  66. ----------------------
  67.  
  68.    There are several commandline parameters  for your new IGM;  for those
  69.    who are adept at editing the LORD "3RDPARTY.DAT" file,  the parameters
  70.    are as follows:
  71.  
  72.    /CP<path>  The FULL pathname to the IGM executable
  73.               eg... /CPC:\LORD\IGM\IGM.EXE
  74.  
  75.    /N<#>      Node number.
  76.               eg... /N1
  77.  
  78.    /HS<#>     Hardware handshaking mode. Range 0 to 3
  79.               eg... /HS2
  80.  
  81.               Where:  0=None
  82.                       1=XON/XOFF
  83.                       2=CTS/RTS
  84.                       3=BOTH XON/XOFF & CTS/RTS
  85.               If your users are having display problems, try /HS2
  86.  
  87.    /DB        Debug mode (testing ONLY!!)
  88.  
  89.    NOTE:
  90.    When editing the IGM commandline,  the /CP parameter MUST follow  the
  91.    executable path, and all parameters must be given in the order listed
  92.    above.  If you botch this up,  I guarantee you are going to curse the
  93.    program. YOU HAVE BEEN WARNED!
  94.  
  95.  
  96. ----------
  97. QWKIGM.DAT
  98. ----------
  99.  
  100.    The QWKIGM.DAT  file is  the  config  file  which the IGM  reads
  101.    to obtain information  necessary to communicate with LORD.  This
  102.    file is a plain ascii text file  which must be  generated either
  103.    by you, or the install program. The following information *must*
  104.    be contained in this file in the exact order stated:
  105.    
  106.    E:\LORDGAME\LORD2\            <- Path to the LORD main directory
  107.    E:\CASSLE\                    <- Path to the IGM main directory
  108.    The Rock!                     <- BBS name
  109.    MICHAEL                       <- SysOps FIRST name
  110.    BATTS                         <- SysOps LAST name
  111.    0                             <- IGM registration code
  112.  
  113.    This file must exist in the IGMs main directory!
  114.  
  115.    The paths need not necessarily  have a trailing backslash as the
  116.    IGM will append them if they are not there.
  117.  
  118. ------------
  119. Installation
  120. ------------
  121.  
  122.    Please read the enclose INSTALL.DOC for installation directions.
  123.  
  124.  
  125. ------------
  126. Registration
  127. ------------
  128.  
  129.     The Purple Haze is not FREEWARE, but it is inexpensive shareware.
  130.     Registration is only 5 bucks and it will remove the 10 second delay.
  131.     When you register this, you will get free support on The Cyst BBS and
  132.     you will get every new verion of the Purple Haze.
  133.  
  134.     Please read the REGISTER.DOC for information and the registration.
  135.  
  136.  
  137. -------
  138. Support
  139. -------
  140.  
  141.     For online support, you may call the Cyst BBS.  Enter your real name and
  142.     some information and you'll be online and have an account on the Cyst BBS.
  143.  
  144.     The Cyst BBS
  145.     (414)  334-6141
  146.  
  147.     You may also write me mail at:
  148.  
  149.     Andy Phillips
  150.     736 Summit Dr.
  151.     West Bend, WI  53095
  152.  
  153.     Or Email me at ANDY_PHILLIPS@JUNO.COM
  154.  
  155. --------------
  156. Special Thanks
  157. --------------
  158.  
  159.     Special thanks to:
  160.  
  161.     Jake Heule for testing this out for me, giving me ideas, the cool name,
  162.     and just helping out and fixing things up.
  163.  
  164.     Tom Johnston and Tim Schwitz for ideas and testing.
  165.  
  166.     Victor Loberger for his support for the Purple Haze and he was willing
  167.     to put the latest version of this up for testing and he gave me tons
  168.     of help with makeing the IGM a good IGM.  His BBS is:
  169.     AARRGGHH! BBS
  170.     (414)  334-7041
  171.  
  172.     
  173.     
  174.